.other_title {
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    color: #575757;
}

#page-body>.nav{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#page-body>.nav>img{
  width: 140px;
  height: 140px;
  margin-left:65px; 
  float: left;
  cursor: pointer;
  transition: 0.5s;
}

#page-body>.nav>.here{
  box-shadow: 0px 0px 10px 5px #f0f0f0;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#page-body>.nav>.first{
  margin-left:0; 
}

#page-body>.content-box{
  width: 940px;
  margin: 0 auto 100px;
  position: relative;
  border: 10px solid #fe7210;
  border-radius: 10px;
}

#page-body>.content-box>.title{
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  color: #585858;
}

#page-body>.content-box>.desc{
  width: 900px;
  line-height: 28px;
  padding:0 20px 20px;
  text-indent: 32px;
  font-size: 16px;
  color: #a19d9c;
}

#page-body>.content-box>img{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.content-box>.more-button{
  width: 150px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: 2px solid #666;
  border-radius: 5px;
}